projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eaae965
)
file chooser entry: Fix a crash
author
Matthias Clasen
<mclasen@redhat.com>
Thu, 28 Mar 2019 22:55:36 +0000
(18:55 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Thu, 28 Mar 2019 22:55:36 +0000
(18:55 -0400)
The ::focus-out signal signature has changed. Adapt.
gtk/gtkfilechooserentry.c
patch
|
blob
|
history
diff --git
a/gtk/gtkfilechooserentry.c
b/gtk/gtkfilechooserentry.c
index e08039b7a30ca7eb118323a5135c3d71ff301d31..7175ccb77d76275acc48f002fd14a6b09dd252b1 100644
(file)
--- a/
gtk/gtkfilechooserentry.c
+++ b/
gtk/gtkfilechooserentry.c
@@
-260,6
+260,8
@@
match_func (GtkEntryCompletion *compl,
static void
chooser_entry_focus_out (GtkEventControllerKey *key_controller,
+ GdkCrossingMode mode,
+ GdkNotifyType detail,
GtkFileChooserEntry *chooser_entry)
{
set_complete_on_load (chooser_entry, FALSE);